C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / SetText Method / SetText(Char[],Int32,Int32) Method


In This Topic
SetText(Char[],Int32,Int32) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setText", 
   "([CII)V", 
   "")>
Public Overloads Sub SetText( _
   ByVal text() As Char, _
   ByVal start As Integer, _
   ByVal len As Integer _
) 
 
'Usage
 
Dim instance As C1CheckBox
Dim text() As Char
Dim start As Integer
Dim len As Integer
 
instance.SetText(text, start, len)

Parameters

text
start
len
See Also